home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
the_flor.swf
/
scripts
/
DefineSprite_126
/
frame_2
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
541b
|
29 lines
if(random("3") == "1" and eval("/:numUp") < "3" and eval("/:total") != "50")
{
found = "0";
num = random("16") + "1";
while(found == "0")
{
if(eval("/target" add num add "/:open") == "0")
{
found = "1";
}
else
{
num = random("16") + "1";
}
}
set("/:total",eval("/:total") + "1");
tellTarget("/target" add num)
{
play();
}
}
if(eval("/:total") == "50" and eval("/:numUp") == "0")
{
tellTarget("/")
{
play();
}
}